home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / shovel.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  136 b   |  11 lines

  1. on exitFrame
  2.   global count
  3.   set count to count + 1
  4.   if count > 5 then
  5.     set count to 0
  6.     go(#next)
  7.   else
  8.     go(1)
  9.   end if
  10. end
  11.